home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day09 / spabout.dfm / spabout.txt < prev   
Encoding:
Text File  |  1998-02-08  |  1.6 KB  |  82 lines

  1. object AboutBox: TAboutBox
  2.   Left = 318
  3.   Top = 241
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ScratchPad'
  6.   ClientHeight = 192
  7.   ClientWidth = 359
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 16
  17.     Top = 24
  18.     Width = 32
  19.     Height = 32
  20.     AutoSize = True
  21.     Picture.Data = {<image000.ico>}
  22.     Stretch = True
  23.   end
  24.   object GroupBox1: TGroupBox
  25.     Left = 96
  26.     Top = 16
  27.     Width = 241
  28.     Height = 113
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 20
  32.       Top = 16
  33.       Width = 200
  34.       Height = 25
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'Scratch Pad'
  38.       Font.Charset = ANSI_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -16
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.     object Label2: TLabel
  46.       Left = 20
  47.       Top = 40
  48.       Width = 200
  49.       Height = 13
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'Version 1.01'
  53.     end
  54.     object Label3: TLabel
  55.       Left = 8
  56.       Top = 72
  57.       Width = 225
  58.       Height = 13
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Copyright ∩┐╜ 1997, 1998 by Kent Reisdorph'
  62.     end
  63.     object Label4: TLabel
  64.       Left = 20
  65.       Top = 88
  66.       Width = 200
  67.       Height = 13
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       Caption = 'All Rights Reserved'
  71.     end
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 142
  75.     Top = 152
  76.     Width = 75
  77.     Height = 25
  78.     TabOrder = 1
  79.     Kind = bkOK
  80.   end
  81. end
  82.